home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 February
/
Chip_2002-02_cd1.bin
/
tema
/
mgedata
/
a.swf
/
scripts
/
DefineButton2_87
/
BUTTONCONDACTION on(release).as
< prev
Wrap
Text File
|
2002-01-14
|
207b
|
13 lines
on(release){
tellTarget(_root.block.top)
{
gotoAndStop("end");
play();
tellTarget(_root.block.bottom)
{
gotoAndStop("end");
play();
}
}
}